Add flake for dev environment on nix#65
Add flake for dev environment on nix#65fidgetingbits wants to merge 3 commits intocursorless-dev:mainfrom
Conversation
|
fwiw I was looking into the next step of adding new language support and it made me remember you are using a monorepo for all of the different cursorless stuff, so it may make more sense to have one flake in the base that allows development for everything, but I'll look into it more. |
|
Since this tool isn't included in the cursorless monrepo, could still add this flake if you decide you want them. Although as with the cursorless one, I'll need to remove node2nix from this one too. But will do it re-test another day. Also I removed the .envrc, so need to update the README to tweak the instructions still. |
3b849ec to
43b0025
Compare
|
Actually now that we don't use the vendored |
|
Fwiw we are now vendoring web-tree-sitter again 😅. See #69 |
|
Well, if we can get everyone working on this on nix, we should resolve everyone's weird "it works on my machine" build issues related to node-gyp |
43b0025 to
fb0e102
Compare
|
just wanted to check this one wasn't waiting on a review from me |
|
Still waiting for steam-run to be removed from the dev shell packages. |
|
Removed it |
|
great. if @auscompgeek is happy I'm happy |
|
The wasm are now built in a separate repository using GitHub workflows. |
This is what I used to get a build environment working on nix, maybe not the best as I'm new to nix, but works.